|
|
@@ -8,7 +8,7 @@ If you are viewing this from the docker hub page the please follow the links to
|
8
|
8
|
|
9
|
9
|
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable Yahoo! Pipes plus IFTTT on your own server. You always know who has your data. You do.
|
10
|
10
|
|
11
|
|
-
|
|
11
|
+
|
12
|
12
|
|
13
|
13
|
#### Here are some of the things that you can do with Huginn:
|
14
|
14
|
|
|
|
@@ -43,21 +43,21 @@ Please checkout the [Huginn Introductory Screencast](http://vimeo.com/61976251)!
|
43
|
43
|
|
44
|
44
|
And now, some example screenshots. Below them are instructions to get you started.
|
45
|
45
|
|
46
|
|
-
|
|
46
|
+
|
47
|
47
|
|
48
|
|
-
|
|
48
|
+
|
49
|
49
|
|
50
|
|
-
|
|
50
|
+
|
51
|
51
|
|
52
|
|
-
|
|
52
|
+
|
53
|
53
|
|
54
|
|
-
|
|
54
|
+
|
55
|
55
|
|
56
|
56
|
## Getting Started
|
57
|
57
|
|
58
|
58
|
### Docker
|
59
|
59
|
|
60
|
|
-The quickest and easiest way to check out Huginn is to use the offical Docker image. Have a look at the [documentation](./doc/docker/install.md).
|
|
60
|
+The quickest and easiest way to check out Huginn is to use the offical Docker image. Have a look at the [documentation](https://github.com/cantino/huginn/blob/master/doc/docker/install.md).
|
61
|
61
|
|
62
|
62
|
### Local Installation
|
63
|
63
|
|
|
|
@@ -90,7 +90,7 @@ All agents have specs! Test all specs with `bundle exec rspec`, or test a specif
|
90
|
90
|
|
91
|
91
|
### Heroku
|
92
|
92
|
|
93
|
|
-Try Huginn on Heroku: [](https://heroku.com/deploy) (Takes a few minutes to setup. Read the [documentation](./doc/heroku/install.md) while you are waiting and be sure to click 'View it' after launch!)
|
|
93
|
+Try Huginn on Heroku: [](https://heroku.com/deploy) (Takes a few minutes to setup. Read the [documentation](https://github.com/cantino/huginn/blob/master/doc/heroku/install.md) while you are waiting and be sure to click 'View it' after launch!)
|
94
|
94
|
|
95
|
95
|
Huginn works on the free version of Heroku [with significant limitations](https://github.com/cantino/huginn/blob/master/doc/heroku/install.md). For non-experimental use, we strongly recommend Heroku's cheapest paid plan or our Docker container.
|
96
|
96
|
|
|
|
@@ -98,7 +98,7 @@ Please see [the Huginn Wiki](https://github.com/cantino/huginn/wiki#deploying-hu
|
98
|
98
|
|
99
|
99
|
### Manual installation on any server
|
100
|
100
|
|
101
|
|
-Have a look at the [installation guide](./doc/manual/README.md).
|
|
101
|
+Have a look at the [installation guide](https://github.com/cantino/huginn/blob/master/doc/manual/README.md).
|
102
|
102
|
|
103
|
103
|
### Optional Setup
|
104
|
104
|
|